Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 4 - Geometric Objects / Geometric Objects Reference
Geometric Objects Routines / Creating and Editing Polylines


Q3PolyLine_SetData

You can use the Q3PolyLine_SetData function to set the data that defines a polyline and its attributes.

TQ3Status Q3PolyLine_SetData (
TQ3GeometryObject polyLine, 
const TQ3PolyLineData *polyLineData);
polyLine
A polyline.
polyLineData
A pointer to a TQ3PolyLineData structure.
DESCRIPTION
The Q3PolyLine_SetData function sets the data associated with the polyline specified by the polyLine parameter to the data specified by the polyLineData parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996